-
Notifications
You must be signed in to change notification settings - Fork 16
Output weight matrix #866
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Output weight matrix #866
Conversation
stiber
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor tweaks. I assume there will be another PR with the Python code that reformats output for insertion into GraphML?
|
Now that I think about it, this is just for collecting data from STDP. What about the code for outputting from |
The ConnGrowth changes are in this PR by Haripriya so I wasn't sure if I should add that here as well: #796 |
Yes, I'll add the GraphML generation script to the scripts/python folder in my GraphSystemsAnalysis PR: UWB-Biocomputing/GraphSystemsAnalysis#27 |
Description
Output the weight matrix and srcIndex matrix every epoch for Neuro simulations. Also added a script to convert the weight matrix output to graphml for input into subsequent simulations
Checklist (Mandatory for new features)
Testing (Mandatory for all changes)
test-medium-connected.xmlPassedtest-large-long.xmlPassed